DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / ConnectionState Property

In This Topic
    ConnectionState Property (C1AdoNetCursorDataCollection<T>)
    In This Topic
    Gets the state of the connection to the source.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionState As ConnectionState
    public ConnectionState ConnectionState {get;}
    See Also